home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / ArrowBG.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  1.3 KB  |  50 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: ArrowBG.h,v $ $Revision: 1.9 $ $Date: 92/05/14 12:47:37 $ */
  6. /*
  7. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  8. #ifndef _XmArrowButtonGadget_h
  9. #define _XmArrowButtonGadget_h
  10.  
  11. #include <Xm/Xm.h>
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. #ifndef XmIsArrowButtonGadget
  18. #define XmIsArrowButtonGadget(w) XtIsSubclass(w, xmArrowButtonGadgetClass)
  19. #endif /* XmIsArrowButtonGadget */
  20.  
  21. externalref WidgetClass xmArrowButtonGadgetClass;
  22.  
  23. typedef struct _XmArrowButtonGadgetClassRec * XmArrowButtonGadgetClass;
  24. typedef struct _XmArrowButtonGadgetRec      * XmArrowButtonGadget;
  25.  
  26.  
  27. /********    Public Function Declarations    ********/
  28. #ifdef _NO_PROTO
  29.  
  30. extern Widget XmCreateArrowButtonGadget() ;
  31.  
  32. #else
  33.  
  34. extern Widget XmCreateArrowButtonGadget( 
  35.                         Widget parent,
  36.                         char *name,
  37.                         ArgList arglist,
  38.                         Cardinal argcount) ;
  39.  
  40. #endif /* _NO_PROTO */
  41. /********    End Public Function Declarations    ********/
  42.  
  43.  
  44. #ifdef __cplusplus
  45. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  46. #endif
  47.  
  48. #endif /* _XmArrowButtonGadget_h */
  49. /* DON'T ADD ANYTHING AFTER THIS #endif */
  50.